home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / motfreeware.lha / MotorolaFreeware / Examples / Example < prev    next >
Encoding:
Text File  |  1989-07-29  |  282 b   |  10 lines

  1. echo "Example as11 assembly using script"
  2. echo "Make sure disk is not write protected."
  3. wait 3 secs
  4. ;cd to directory having source code if necessary
  5. ;and use full path name for assemblers
  6. as11 Main.asm -l    ;assemble with listing to console
  7. echo ""
  8. echo "Done Assembling"
  9. wait 5 secs
  10.